home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Charges.sin < prev    next >
Encoding:
Text File  |  1996-08-06  |  11.7 KB  |  290 lines

  1. MESSAGE MANAGER FAX CALL CHARGE TABLES - SINGAPORE
  2. ---------------------------------------------------
  3.  
  4. Only lines that start with a blank are used by the program.
  5.  
  6. The total charge for a call is the sum of the following components:
  7. - charge per call (PC lines)
  8. - charge per message (PD lines)
  9. - charge per page (PP lines)
  10. - charge per minute (PM lines)
  11. - estimated cost of call (Telecom charge) (EC lines)
  12.  
  13. All components depend on the call type (local, STD, international, etc).
  14. The estimated cost of the call also depends on the charge zone and time band.
  15. Call types and charge zones are determined from the table at the end of
  16. this file, using the fax number.
  17.  
  18. All money amounts are expressed in cents (or yen, etc).
  19.  
  20. To delete any component, set the amount to 0 or change column 1 to any
  21. non-blank character.
  22.  
  23. Comments (enclosed in square brackets) may be used freely.
  24.  
  25.  
  26. Charge per call
  27. ---------------
  28. * PC  LOC   0
  29. * PC  STD   0
  30. * PC  IDDA  0
  31. * PC  IDDB  0
  32. * PC  IDDC  0
  33.  
  34.  
  35. Charge per message
  36. ------------------
  37. * PD  LOC   0
  38. * PD  STD   0
  39. * PD  IDDA  0
  40. * PD  IDDB  0
  41. * PD  IDDC  0
  42.  
  43.  
  44. Charge per page
  45. ---------------
  46. * PP  LOC   0
  47. * PP  STD   0
  48. * PP  IDDA  0
  49. * PP  IDDB  0
  50. * PP  IDDC  0
  51.  
  52.  
  53. Charge per minute (or part thereof)
  54. -----------------------------------
  55. * PM  LOC   0
  56. * PM  STD   0
  57. * PM  IDDA  0
  58. * PM  IDDB  0
  59. * PM  IDDC  0
  60.  
  61.  
  62. Estimated cost of call
  63. ----------------------
  64.  
  65. All costs are estimated on the basis of a single per-call charge
  66. plus a per-minute charge multiplied by the call duration, and
  67. subject to a minimum charge.
  68. Any of these can be set to zero for any call type.
  69.  
  70. The sequence followed by the computer is:
  71.  
  72. 1.  The call type and charge zone are obtained from the fax number by
  73. reference to the table at the end of this file.
  74.  
  75. 2.  The time band is obtained from the table of time bands below, using
  76. the line of the table for the call type, day of the week and time of day
  77. at which the message was sent.
  78.  
  79. 3.  The per-call and per-minute charges are obtained from the table of
  80. EC lines below, using the line of the table for the call type and charge
  81. zone from step 1 and (for the per-minute charge) the column for the time
  82. band from step 2.
  83.  
  84. 4.  The call cost is calculated as the per-call charge plus the call
  85. duration in minutes (and fractions) multiplied by the per-minute charge,
  86. rounded to the nearest cent.
  87.  
  88. 5.  If the computed cost of the call is less than the minimum charge,
  89. the minimum is used.
  90.  
  91. Time Bands Table
  92. ----------------
  93. All times not here default to time band 1 (day rate).
  94. Set all time bands to '1' to disable off-peak rates.
  95. MF = Mon - Fri,  SA = Sat,  SU = Sun
  96.  
  97. *  CALL  DAY      HOURS      TIME
  98. *  TYPE                      BAND
  99.    
  100.     LOC   MF   00.00 - 08.00   2   [Local Economy Rate] 
  101.     LOC   MF   18.00 - 24.00   2   [Local Economy Rate] 
  102.     LOC   SA   00.00 - 24.00   2   [Weekend Rate]
  103.     LOC   SU   00.00 - 24.00   2   [Weekend Rate]
  104.  
  105.     STD   MF   00.00 - 07.00   2   [STD Night Rate]
  106.     STD   MF   18.00 - 24.00   2   [STD Night Rate]
  107.     STD   SA   00.00 - 07.00   2   [STD Night Rate]
  108.     STD   SA   13.00 - 24.00   2   [STD Weekend Rate]
  109.     STD   SU   00.00 - 24.00   2   [STD Weekend Rate]
  110.  
  111.    IDDA   MF   00.00 - 12.00   3   [IDD Economy Group A]
  112.    IDDA   MF   21.00 - 24.00   2   [IDD Discount Group A]
  113.    IDDA   SA   00.00 - 24.00   3   [IDD Weekend Group A]
  114.    IDDA   SU   00.00 - 24.00   3   [IDD Weekend Group A]
  115.  
  116.    IDDB   MF   01.00 - 07.00   3   [IDD Economy Group B]
  117.    IDDB   MF   13.00 - 21.00   2   [IDD Discount Group B]
  118.    IDDB   SA   01.00 - 07.00   3   [IDD Economy Group B]
  119.    IDDB   SA   13.00 - 24.00   3   [IDD Weekend Group B]
  120.    IDDB   SU   00.00 - 24.00   3   [IDD Weekend Group B]
  121.  
  122.    IDDC   MF   00.00 - 07.00   3   [IDD Economy Group C]
  123.    IDDC   MF   21.00 - 24.00   3   [IDD Economy Group C]
  124.    IDDC   SA   00.00 - 07.00   3   [IDD Weekend Group C] 
  125.    IDDC   SA   13.00 - 24.00   3   [IDD Weekend Group C]
  126.    IDDC   SU   00.00 - 24.00   3   [IDD Weekend Group C]
  127.  
  128.  
  129. Call Charges Table
  130. ------------------
  131. Table Format: 'EC', call type (e.g. LOC), charge zone (e.g. 1), per-call
  132. charge in cents, minimum charge in cents, per-minute charges in cents for
  133. time bands 1, 2, 3, ...
  134. Decimals are permitted (e.g. 3.55) if necessary, in cents-per-minute
  135. columns only.
  136.  
  137.               CENTS         CENTS PER MINUTE
  138. *   CALL  CHG  PER   MIN      IN TIME BAND
  139. *   TYPE  ZONE CALL  CHG    1      2      3 
  140.  
  141.  EC  INT   0     0    0      0                  [Internal Call, no charges]
  142.  EC  LOC   1     0    1      1.44   0.72        [Local Call]
  143.  EC  STD   1     0   10     51.5   26.3         [STD Rate band 1]
  144.  EC  STD   2     0   10     82.4   41.2         [STD Rate band 2]
  145.  EC  STD   3     0   10    123.6   61.8         [STD Rate band 3]
  146.  EC  STD   4     0   10    154.5   77.3         [STD Rate band 4]
  147.  EC  STD   5     0   10    247.2  185.4         [STD Rate band 5]
  148.  EC  IDDC  1     0   16    155    155    103    [IDD Rate band 1]
  149.  EC  IDDB  2     0   21    206    185    165    [IDD Rate band 2]
  150.  EC  IDDC  3     0   21    206    206    165    [IDD Rate band 3]
  151.  EC  IDDC  4     0   23    227    227    175    [IDD Rate band 4]
  152.  EC  IDDC  5     0   24    237    237    206    [IDD Rate band 5]
  153.  EC  IDDC  6     0   25    247    247    206    [IDD Rate band 6]
  154.  EC  IDDA  7     0   27    268    237    206    [IDD Rate band 7]
  155.  EC  IDDC  8     0   27    268    268    206    [IDD Rate band 8]
  156.  EC  IDDC  9     0   29    288    288    196    [IDD Rate band 9]
  157.  EC  IDDB  10    0   31    309    216    196    [IDD Rate band 10
  158.  EC  IDDC  11    0   31    309    309    206    [IDD Rate band 11]
  159.  EC  IDDC  12    0   31    309    309    247    [IDD Rate band 12]
  160.  EC  IDDC  13    0   31    309    309    258    [IDD Rate band 13]
  161.  EC  IDDC  14    0   34    340    340    247    [IDD Rate band 14]
  162.  EC  IDDB  15    0   35    350    309    206    [IDD Rate band 15]
  163.  EC  IDDA  16    0   35    350    309    247    [IDD Rate band 16]
  164.  EC  IDDA  17    0   36    361    330    309    [IDD Rate band 17]
  165.  EC  IDDC  18    0   36    361    361    247    [IDD Rate band 18]
  166.  EC  IDDC  19    0   36    361    361    309    [IDD Rate band 19]
  167.  EC  IDDA  20    0   40    402    371    340    [IDD Rate band 20]
  168.  EC  IDDA  21    0   41    412    371    309    [IDD Rate band 21]
  169.  EC  IDDC  22    0   41    412    412    361    [IDD Rate band 22]
  170.  EC  IDDC  23    0   42    422    422    391    [IDD Rate band 23]
  171.  EC  IDDA  24    0   43    433    412    340    [IDD Rate band 24]
  172.  EC  IDDA  25    0   46    464    412    340    [IDD Rate band 25 - zone 1]
  173.  EC  IDDB  25    0   46    464    412    340    [IDD Rate band 25 - zone 2]
  174.  EC  IDDC  26    0   49    494    494    474    [IDD Rate band 26]
  175.  EC  IDDB  27    0   57    567    536    515    [IDD Rate band 27]
  176.  EC  IDDA  28    0   60    597    567    536    [IDD Rate band 28]
  177.  
  178.  
  179. Call Types and Charge Zones
  180. ---------------------------
  181. First line that matches fax number determines call type and charge zone.
  182. '?' matches any single digit,  '*' matches any number of digits.
  183.  
  184. *  FAX            CALL    CHARGE
  185. * NUMBER          TYPE     ZONE
  186.  
  187. Internal:
  188.   ????             INT       0        [Internal]
  189.   ?????            INT       0        [Internal]
  190.  
  191. International:
  192.  
  193.   0051204*         IDDB      2        [CANADA]   
  194.   0051306*         IDDB      2        [CANADA]
  195.   0051403*         IDDB      2        [CANADA]                   
  196.   0051416*         IDDB      2        [CANADA]       
  197.   0051418*         IDDB      2        [CANADA]                                    
  198.   0051506*         IDDB      2        [CANADA]
  199.   0051514*         IDDB      2        [CANADA]
  200.   0051519*         IDDB      2        [CANADA]
  201.   0051604*         IDDB      2        [CANADA]
  202.   0051613*         IDDB      2        [CANADA]
  203.   0051709*         IDDB      2        [CANADA]
  204.   0051808*         IDDB     15        [HAWAII]
  205.   0051809*         IDDB     25        [CARIBBEAN STATES]
  206.   0051902*         IDDB      2        [CANADA]
  207.   0051907*         IDDB     15        [ALASKA]
  208.   0051*            IDDB     10        [USA]
  209.   005222*          IDDA     28        [MAURITIANIA]
  210.   005244*          IDDA     28        [ANGOLA]
  211.   005246*          IDDC     22        [DIEGO GARCIA]
  212.   005250*          IDDA     28        [RWANDA]
  213.   005269*          IDDA     28        [COMOROS]
  214.   005297*          IDDB     25        [ARUBA]
  215.   0052*            IDDA     25        [AFRICAN STATES]
  216.   00531*           IDDA     17        [NETHERLANDS, KINGDOM OF]
  217.   005353*          IDDA      7        [IRELAND]
  218.   0053*            IDDA     25        [OTHER EUROPEAN]
  219.   00540*           IDDA     25        [ROMANIA]
  220.   0054175*         IDDA     25        [LIECHTENSTEIN]
  221.   00541*           IDDA     17        [SWITZERLAND]
  222.   00542*           IDDA     25        [CZECHOSLOVAKIA]
  223.   00543*           IDDA     25        [AUSTRIA]
  224.   00544*           IDDA      7        [GREAT BRITIAN & NTH IRELAND]
  225.   00545*           IDDA     20        [DENMARK]
  226.   00546*           IDDA     24        [SWEDEN]
  227.   00547*           IDDA     25        [NORWAY]
  228.   00548*           IDDA     25        [POLAND]
  229.   00549*           IDDA     16        [GERMANY]
  230.   005594*          IDDB     27        [FRENCH GUIANA]
  231.   0055*            IDDB     25        [SOUTH AMERICAN STATES]
  232.   00561*           IDDC      3        [AUSTRALIA]
  233.   00562*           IDDC      6        [INDONESIA]
  234.   00563*           IDDC      6        [PHILIPPINES]
  235.   00564*           IDDC      8        [NEW ZEALAND]
  236.   00566*           IDDC      6        [THAILAND]
  237.   005670*          IDDC      8        [MARIANA IS.]
  238.   005671*          IDDC      8        [GUAM]
  239.   0056723*         IDDC      8        [NORFOLK IS.]
  240.   005672*          IDDC      5        [COCOS IS./ CHRISTMAS IS.]
  241.   005673*          IDDC      6        [BRUNEI DARUSSALAM]
  242.   005674*          IDDC      8        [NAURU]
  243.   005675*          IDDC      8        [PAPUA NEW GUINEA]
  244.   005676*          IDDC      8        [TONGA]
  245.   005677*          IDDC      8        [SOLOMAN IS.]
  246.   005678*          IDDC     19        [VANUATU]
  247.   005679*          IDDC      8        [FIJI]
  248.   005682*          IDDC      8        [COOK IS.]
  249.   005683*          IDDC     19        [NIUE IS.]
  250.   OO5684*          IDDC      8        [SAMOA, AMERICAN]
  251.   OO5685*          IDDC      8        [SAMOA, WESTERN]
  252.   OO5686*          IDDC      8        [KIRIBATI]
  253.   005687*          IDDC      8        [NEW CALEDONIA]
  254.   005689*          IDDC      8        [TAHITI]
  255.   005691*          IDDC      8        [MICRONESIA]
  256.   0057*            IDDA     25        [RUSSIA]
  257.   00581*           IDDC     11        [JAPAN]
  258.   00582*           IDDC      9        [KOREA, REP]
  259.   00584*           IDDC     13        [VIETNAM]
  260.   005850*          IDDC     18        [KOREA, DEMOCRATIC REP.]
  261.   005852*          IDDC      1        [HONG KONG]
  262.   005853*          IDDC      4        [MACAU]
  263.   005855*          IDDC     23        [CAMBODIA]
  264.   00586*           IDDC     14        [CHINA]
  265.   005880*          IDDC     18        [BANGLADESH]
  266.   005886*          IDDC     11        [TAIWAN]
  267.   00590*           IDDA     25        [TURKEY]
  268.   00591*           IDDC     12        [INDIA]
  269.   00592*           IDDC     18        [PAKISTAN]
  270.   00594*           IDDC     18        [SRI LANKA]
  271.   00595*           IDDC      6        [MYANMAR]
  272.   005960*          IDDC     18        [MALDIVES]
  273.   005976*          IDDC     26        [MONGOLIA]
  274.   005977*          IDDC     18        [NEPAL]
  275.   0059*            IDDA     21        [MIDDLE EAST]
  276.  
  277.  
  278. STD Area Codes:
  279.   03*              STD       2
  280.   04*              STD       4
  281.   05*              STD       3
  282.   06               STD       2
  283.   07*              STD       1
  284.   08*              STD       5
  285.   09*              STD       4
  286.  
  287.  
  288. No Area Codes:
  289.   *                LOC       1
  290.